home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / battlefield.swf / scripts / DefineButton2_786 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  136 b   |  9 lines

  1. on(release){
  2.    if(_root.gold > 1249)
  3.    {
  4.       _root.ramstr += 0.5;
  5.       _root.ramups += 1;
  6.       _root.gold -= 1250;
  7.    }
  8. }
  9.